C1.DataCollection.Serialization Assembly / C1.DataCollection.Serialization Namespace / NotifyCollectionChangedEventArgs<T> Class / NotifyCollectionChangedEventArgs<T> Constructor / NotifyCollectionChangedEventArgs<T> Constructor(NotifyCollectionChangedAction,Object,Object)

In This Topic
NotifyCollectionChangedEventArgs<T> Constructor(NotifyCollectionChangedAction,Object,Object)
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal action As NotifyCollectionChangedAction, _
   ByVal newItem As Object, _
   ByVal oldItem As Object _
)
 

Parameters

action
newItem
oldItem
See Also